projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477b9ea
)
Remove workaround from w32image.c
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 20 Apr 2020 16:29:58 +0000
(19:29 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 20 Apr 2020 16:29:58 +0000
(19:29 +0300)
* src/w32image.c (w32_load_image): Remove a workaround for a bug
that is not needed anymore. This error was happening because
GDI+ functions were called as CDECL, not as STDCALL.
src/w32image.c
patch
|
blob
|
history
diff --git
a/src/w32image.c
b/src/w32image.c
index 085a5db3abdcea98e00b2cb6609f9d9bb7aaf25a..8d39a09dc7e638e08e8ff1b0bf500ea4e86c2ead 100644
(file)
--- a/
src/w32image.c
+++ b/
src/w32image.c
@@
-447,8
+447,6
@@
w32_load_image (struct frame *f, struct image *img,
if (delay >= 0)
metadata = Fcons (Qdelay, Fcons (make_float (delay), metadata));
}
- else if (status == Win32Error) /* FIXME! */
- status = Ok;
}
if (status == Ok)